Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gecko-dev to include some AOT ICs fixes. #18

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

cfallin
Copy link
Member

@cfallin cfallin commented Jul 26, 2024

This pulls in bytecodealliance/gecko-dev#52 and
bytecodealliance/gecko-dev#53, fixing some issues with AOT ICs discovered after the recent rebase.

This pulls in bytecodealliance/gecko-dev#52 and
bytecodealliance/gecko-dev#53, fixing some issues with AOT ICs
discovered after the recent rebase.
cfallin added a commit to cfallin/StarlingMonkey that referenced this pull request Jul 27, 2024
This depends on a bunch of pending PRs:

- Stacked on top of bytecodealliance#89 and bytecodealliance#90
- Pulls in spidermonkey-wasi-embedding artifacts from
  bytecodealliance/spidermonkey-wasi-embedding#18 (hash updated, but use
  local checkout variant from bytecodealliance#90 to test before that merges)

When built with:

```
$ mkdir build/; cd build/
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_WASM_OPT=OFF -DWEVAL=ON
$ make
```

This PR will result in a `starling.wasm`, a prebuilt compilation cache
of ICs in `starling-ics.wevalcache` (~1.8MiB), and a `componentize.sh`
that takes a `--aot` option.

I haven't yet quite worked out how to successfully use componentize.sh,
so I can't claim this is end-to-end tested yet, but it is invoking weval
successfully and ICs are wevaled at least.
@cfallin cfallin merged commit bbaee95 into bytecodealliance:main Jul 27, 2024
1 check passed
@cfallin cfallin deleted the cfallin/build-gecko-weval branch July 27, 2024 01:38
cfallin added a commit to cfallin/StarlingMonkey that referenced this pull request Jul 29, 2024
This depends on a bunch of pending PRs:

- Stacked on top of bytecodealliance#89 and bytecodealliance#90
- Pulls in spidermonkey-wasi-embedding artifacts from
  bytecodealliance/spidermonkey-wasi-embedding#18 (hash updated, but use
  local checkout variant from bytecodealliance#90 to test before that merges)

When built with:

```
$ mkdir build/; cd build/
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_WASM_OPT=OFF -DWEVAL=ON
$ make
```

This PR will result in a `starling.wasm`, a prebuilt compilation cache
of ICs in `starling-ics.wevalcache` (~1.8MiB), and a `componentize.sh`
that takes a `--aot` option.

I haven't yet quite worked out how to successfully use componentize.sh,
so I can't claim this is end-to-end tested yet, but it is invoking weval
successfully and ICs are wevaled at least.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants